From 8f1b14a6167d36bb69d2f16a5b7fb85bb28ac598 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Aug 2002 05:26:32 +0000 Subject: [PATCH] Make module compile away. --- cetus.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cetus.c b/cetus.c index 3a33cce77..df193300b 100644 --- a/cetus.c +++ b/cetus.c @@ -20,6 +20,7 @@ */ #include "defs.h" +#if CETUS #include "coldsync/palm.h" #include "coldsync/pdb.h" @@ -279,3 +280,7 @@ ff_vecs_t cetus_vecs = { data_read, data_write, }; +#else +ff_vecs_t cetus_vecs = { +}; +#endif -- 2.30.2